home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~4.z / update~4 / include_minix_mininc.dif < prev    next >
Encoding:
Text File  |  1989-09-06  |  808 b   |  23 lines

  1. *** /tmp/,RCSt1a15678    Wed Sep  6 02:36:24 1989
  2. --- sgtty.h    Wed Sep  6 01:19:53 1989
  3. ***************
  4. *** 59,64 ****
  5. --- 59,65 ----
  6.   /* Field names */
  7.   #define IN_CANON     0001000    /* when off, no special processing on input */
  8.                                   /* the VEOF is how many inchars to wakeup on*/
  9. + #define OCRMOD         0000001    /* map lf to cr + lf OUTPUT */
  10.   /* when IN_CANON is OFF, then we will interpret additional bits for special
  11.    * processing
  12.    */
  13. ***************
  14. *** 105,110 ****
  15. --- 106,112 ----
  16.   #define    FIONREAD    (TC_RS232|36)
  17.   #define    TCGETRS        (TC_RS232|37)
  18.   #define    TCSETDTR    (TC_RS232|38) /* |rts|dtr| each 2 bits: 01=off 10=on */
  19. + #define    TCSETBAUD    (TC_RS232|39)    /* set only baud rate - external */
  20.   #define    TCBAUD        (TC_RS232|99)    /* used by rstty.c internally */
  21.   #endif
  22.   
  23.